LINPACK - significado y definición. Qué es LINPACK
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es LINPACK - definición

SOFTWARE LIBRARY
Linpack

LINPACK         
1. A package of linear algebra routines. 2. The kernel benchmark developed from the "LINPACK" package of linear algebra routines. It was written by Jack Dongarra <dongarra@cs.utk.edu> in Fortran and is commonly used in that language but there is also a C version. Source Code by FTP: {single precision Fortran (ftp://netlib.att.com/netlib/benchmark/linpacks.Z)}, {double precision Fortran (ftp://netlib.att.com/netlib/benchmark/linpackd.Z)}, C (ftp://netlib.att.com:/netlib/benchmark/linpackc.Z). {Results (http://performance.netlib.org/performance/html/linpack.data.col0.html)}. (1994-11-14)

Wikipedia

LINPACK

LINPACK is a software library for performing numerical linear algebra on digital computers. It was written in Fortran by Jack Dongarra, Jim Bunch, Cleve Moler, and Gilbert Stewart, and was intended for use on supercomputers in the 1970s and early 1980s. It has been largely superseded by LAPACK, which runs more efficiently on modern architectures.

LINPACK makes use of the BLAS (Basic Linear Algebra Subprograms) libraries for performing basic vector and matrix operations.

The LINPACK benchmarks appeared initially as part of the LINPACK user's manual. The parallel LINPACK benchmark implementation called HPL (High Performance Linpack) is used to benchmark and rank supercomputers for the TOP500 list.